home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETPNIC.IN_ / Netpnic.inf
Encoding:
INI File  |  1999-10-22  |  5.4 KB  |  150 lines

  1. ; NETPNIC.INF
  2. ;
  3. ; Information file for Linksys LNE100TX Fast Ethernet Adapter. Version v4.18
  4. ;
  5. ; Copyright (c) 1999 Microsoft
  6. ; Copyright (c) 1999 Linksys
  7.  
  8. [version]
  9. Signature   = "$Windows NT$"
  10. Class       = Net
  11. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. Provider    = %MSFT%
  13. LayoutFile  = layout.inf
  14. DriverVer=10/22/1999,4.54.16.0
  15.  
  16. [Manufacturer]
  17. %Linksys%   = Linksys
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect = PCI\VEN_11AD&DEV_0002, \
  21.                     PCI\VEN_11AD&DEV_0002&SUBSYS_000211AD, \
  22.                 PCI\VEN_11AD&DEV_0002&SUBSYS_000311AD, \
  23.                 PCI\VEN_11AD&DEV_0002&SUBSYS_F00311AD, \
  24.             PCI\VEN_11AD&DEV_0002&SUBSYS_FFFF11AD
  25.  
  26. [Linksys]
  27. %PNIC.DeviceDesc% = PNIC.ndi, PCI\VEN_11AD&DEV_0002
  28. %PNIC.DeviceDesc% = PNIC.ndi, PCI\VEN_11AD&DEV_0002&SUBSYS_000311AD
  29. %PNIC.DeviceDesc% = PNIC.ndi, PCI\VEN_11AD&DEV_0002&SUBSYS_000211AD
  30. %PNIC.DeviceDesc% = PNIC.ndi, PCI\VEN_11AD&DEV_0002&SUBSYS_F00311AD
  31. %PNIC.DeviceDesc% = PNIC.ndi, PCI\VEN_11AD&DEV_0002&SUBSYS_FFFF11AD
  32.  
  33. ;-------------------------------------------------------------------------------
  34. ; LNE100TX Fast Ethernet Adapter
  35. ;
  36. [PNIC.ndi]
  37. Characteristics = 0x84
  38. BusType         = 5
  39. AddReg          = params.reg, PL100.reg
  40. CopyFiles       = lne100tx.CopyFiles
  41.  
  42. [PNIC.ndi.Services]
  43. AddService      = lne100tx, 2, lne100tx.Service, lne100tx.EventLog
  44.  
  45. ;-------------------------------------------------------------------------------
  46. ; LNE100TX Fast Ethernet Adapter parameters
  47. ;
  48. [params.reg]
  49. ;ConnectionType
  50. HKR, Ndi\params\ConnectionType,      ParamDesc, 0, %ConnectionType%
  51. HKR, Ndi\params\ConnectionType,      default,   0, "0"
  52. HKR, Ndi\params\ConnectionType,      type,      0, "enum"
  53. HKR, Ndi\params\ConnectionType\enum, "0",       0, %AutoDetect%
  54. HKR, Ndi\params\ConnectionType\enum, "1",       0, %10%
  55. HKR, Ndi\params\ConnectionType\enum, "2",       0, %10FD%
  56. HKR, Ndi\params\ConnectionType\enum, "3",       0, %100%
  57. HKR, Ndi\params\ConnectionType\enum, "4",       0, %100FD%
  58.  
  59. ;Transmit Threshold
  60. HKR, Ndi\params\TxThreshold,         ParamDesc, 0, %TransmitThreshold%
  61. HKR, Ndi\params\TxThreshold,         default,   0, "6"
  62. HKR, Ndi\params\TxThreshold,         type,      0, "enum"
  63. HKR, Ndi\params\TxThreshold\enum,    "0",       0, %StoreandForward%
  64. HKR, Ndi\params\TxThreshold\enum,    "1",       0, %36Bytes%
  65. HKR, Ndi\params\TxThreshold\enum,    "2",       0, %72Bytes%
  66. HKR, Ndi\params\TxThreshold\enum,    "3",       0, %96Bytes%
  67. HKR, Ndi\params\TxThreshold\enum,    "4",       0, %128Bytes%
  68. HKR, Ndi\params\TxThreshold\enum,    "5",       0, %160Bytes%
  69. HKR, Ndi\params\TxThreshold\enum,    "6",       0, %256Bytes%
  70.  
  71. ;Burst Length
  72. HKR, Ndi\params\BurstLength,         ParamDesc, 0, %BurstLength%
  73. HKR, Ndi\params\BurstLength,         default,   0, "10"
  74. HKR, Ndi\params\BurstLength,         type,      0, "enum"
  75. HKR, Ndi\params\BurstLength\enum,    "1",       0, %1DWORD%
  76. HKR, Ndi\params\BurstLength\enum,    "2",       0, %2DWORDS%
  77. HKR, Ndi\params\BurstLength\enum,    "4",       0, %4DWORDS%
  78. HKR, Ndi\params\BurstLength\enum,    "8",       0, %8DWORDS%
  79. HKR, Ndi\params\BurstLength\enum,    "10",      0, %16DWORDS%
  80. HKR, Ndi\params\BurstLength\enum,    "20",      0, %32DWORDS%
  81.  
  82.  
  83. ;-------------------------------------------------------------------------------
  84. ; LNE100TX Driver parameters
  85. ;
  86. [PL100.reg]
  87. HKR, Ndi,            Service,     0, "Lne100tx"
  88. HKR, Ndi\Interfaces, UpperRange,  0, "ndis5"
  89. HKR, Ndi\Interfaces, LowerRange,  0, "ethernet"
  90. HKR, ,               AdapterCFID, 0, "000211AD"
  91. HKR, ,               MediaType,   0, "1"
  92. HKR, ,               AdapterType, 0, "5"
  93.  
  94. [lne100tx.CopyFiles]
  95. lne100tx.sys
  96.  
  97. [lne100tx.Service]
  98. DisplayName     = %lne100tx.Service.DispName%
  99. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  100. StartType       = 3 ;%SERVICE_DEMAND_START%
  101. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  102. ServiceBinary   = %12%\lne100tx.sys
  103. LoadOrderGroup  = NDIS
  104.  
  105. [lne100tx.EventLog]
  106. AddReg = lne100tx.AddEventLog.reg
  107.  
  108. [lne100tx.AddEventLog.reg]
  109. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  110. HKR, , TypesSupported,   0x00010001, 7
  111.  
  112. ;-------------------------------------------------------------------------------
  113. ; Destination Directories
  114. ;
  115. [DestinationDirs]
  116. lne100tx.CopyFiles = 12
  117.  
  118. ;-------------------------------------------------------------------------------
  119. ; Localizable Strings
  120. ;
  121. [strings]
  122. MSFT                    = "Microsoft"
  123. Linksys                 = "Linksys"
  124.  
  125. ConnectionType          = "Connection Type"
  126. AutoDetect              = "Auto Detect"
  127. 10                      = "10BaseT"
  128. 10FD                    = "10BaseT Full Duplex"
  129. 100                     = "100BaseTx"
  130. 100FD                   = "100BaseTx Full Duplex"
  131. TransmitThreshold       = "Transmit Threshold"
  132. StoreandForward         = "Store and Forward"
  133. 36Bytes                 = "36 Bytes" 
  134. 72Bytes                 = "72 Bytes" 
  135. 96Bytes                 = "96 Bytes" 
  136. 128Bytes                = "128 Bytes"
  137. 160Bytes                = "160 Bytes"
  138. 256Bytes                = "256 Bytes"
  139. BurstLength             = "Burst Length"
  140. 1DWORD                  = "1 DWORD"
  141. 2DWORDS                 = "2 DWORDS"
  142. 4DWORDS                 = "4 DWORDS"
  143. 8DWORDS                 = "8 DWORDS"
  144. 16DWORDS                = "16 DWORDS"
  145. 32DWORDS                = "32 DWORDS"
  146.   
  147. PNIC.DeviceDesc         = "LNE100TX Fast Ethernet Adapter Version 1.0"
  148. lne100tx.Service.DispName = "Linksys LNE100TX Fast Ethernet PCI Adapter"
  149.  
  150.